home *** CD-ROM | disk | FTP | other *** search
- @echo off
- cls
- if not a%1 == a goto init1
-
- echo SYNTAX:
- echo INSTALL X:
- echo X --- Your cd drive
- rem
- echo Example:
- echo INSTALL D:
-
- goto end
-
- :init1
- if not exist c:\autoexec.bat goto init2
- copy/b c:\autoexec.bat+%1\cl5446\fix440\add.txt c:\autoexec.bat > nul
-
- :init2
- if not exist c:\autoexec.w40 goto init3
- copy/b c:\autoexec.w40+%1\cl5446\fix440\add.txt c:\autoexec.w40 > nul
-
- :init3
- if not exist c:\autoexec.dos goto init4
- copy/b c:\autoexec.dos+%1\cl5446\fix440\add.txt c:\autoexec.dos > nul
-
- :init4
- if exist c:\5446fix\440fix.exe goto init5
- md c:\5446fix > nul
-
- :init5
- copy %1\cl5446\fix440\440fix.exe c:\5446fix > nul
- echo Install OK...
-
- :end
- echo on
-